home *** CD-ROM | disk | FTP | other *** search
- object FavouriteZipForm: TFavouriteZipForm
- Left = 546
- Top = 198
- Width = 421
- Height = 279
- Caption = 'FavouriteZipForm'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object lSelFile: TLabel
- Left = 8
- Top = 8
- Width = 33
- Height = 13
- Caption = 'lSelFile'
- end
- object lArcType: TLabel
- Left = 8
- Top = 224
- Width = 42
- Height = 13
- Caption = 'lArcType'
- end
- object lvFavorites: TListView
- Left = 8
- Top = 32
- Width = 313
- Height = 177
- Columns = <
- item
- Caption = 'Name'
- Width = 100
- end
- item
- Alignment = taRightJustify
- Caption = 'Modified'
- Width = 70
- end
- item
- Caption = 'Path'
- Width = 115
- end>
- TabOrder = 2
- ViewStyle = vsReport
- end
- object cbArcType: TComboBox
- Left = 80
- Top = 216
- Width = 241
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- end
- object btnOpen: TButton
- Left = 330
- Top = 32
- Width = 75
- Height = 25
- Caption = 'btnOpen'
- Default = True
- TabOrder = 0
- end
- object btnSearch: TButton
- Left = 330
- Top = 64
- Width = 75
- Height = 25
- Caption = 'btnSearch'
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 330
- Top = 152
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object btnOptions: TButton
- Left = 330
- Top = 96
- Width = 75
- Height = 25
- Caption = 'btnOptions'
- TabOrder = 5
- end
- end
-